home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11633 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: paperboy.wellfleet.com!newsmaster
  2. From: psmith@lemming.wellfleet.com (Paul D. Smith)
  3. Newsgroups: comp.unix.shell,comp.unix.questions,gnu.emacs.help,comp.lang.c
  4. Subject: Re: strip
  5. Date: 25 Mar 1996 11:26:24 -0500
  6. Organization: Bay Networks, Inc. / Billerica, MA
  7. Message-ID: <p591gp16mn.fsf@lemming.wellfleet.com>
  8. References: <4iv28f$r84@rzsun02.rrz.uni-hamburg.de>
  9.     <danpop.827534330@rscernix> <x7wx49mc20.fsf@unilab.dfci.harvard.edu>
  10. Reply-To: psmith@wellfleet.com
  11. NNTP-Posting-Host: lemming.wellfleet.com
  12. In-reply-to: Richard Pieri's message of 25 Mar 1996 10:23:35 -0500
  13. To: Richard Pieri <ratinox@unilab.dfci.harvard.edu>
  14. X-Newsreader: Gnus v5.1
  15.  
  16. %% Regarding Re: strip;
  17. %% Richard Pieri <ratinox@unilab.dfci.harvard.edu> writes:
  18.  
  19.     >>> I've heard, one mussn't strip the emacs binary, because its
  20.     >>> performance would become worse.  Is that so really?
  21.  
  22.     DP> This is, probably, an urban legend.  I'm sure the guys from
  23.     DP> gnu.emacs.help will correct me if I'm wrong :-)
  24.  
  25.     rp> Not an urban legend at all.  If you strip the dumped emacs
  26.     rp> binary it wil not show degraded performance, it will not run at
  27.     rp> all!  If you wish to strip emacs you need to halt the build when
  28.     rp> temacs is called to dump the emacs binary, strip temacs, and
  29.     rp> resume the build.
  30.  
  31. Sorry, but that's wrong.  The only system Emacs 19 can't be stripped on
  32. is AIX (according to the MACHINES file, and my tests as of Emacs
  33. 19.28--haven't tried stripping AIX emacs since then).
  34.  
  35. I regularly strip Emacs 19.xx on SunOS, Solaris, HP-UX, and Linux, built
  36. without X, with Athena, and with Motif.  It always works and runs fine,
  37. I never have a problem due to stripping.
  38.  
  39. Certainly the idea that stripping will degrade performance strikes me as
  40. half-baked; can anyone come up with a rationale for that?  The only one
  41. I can think of is if you're running both stripped and unstripped
  42. versions on the same system, then you won't get as much memory sharing
  43. as you would otherwise.
  44. -- 
  45. -------------------------------------------------------------------------------
  46.  Paul D. Smith <psmith@baynetworks.com>         Network Management Development
  47.  Senior Software Engineer                                   Bay Networks, Inc.
  48. -----------------------------------------------==<http://www.baynetworks.com/>-
  49.  "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
  50. -------------------------------------------------------------------------------
  51.      These are my opinions--Bay Networks takes no responsibility for them.
  52.